diff options
Diffstat (limited to 'src/pages/[locale]/staticPaths.ts')
| -rw-r--r-- | src/pages/[locale]/staticPaths.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/pages/[locale]/staticPaths.ts b/src/pages/[locale]/staticPaths.ts deleted file mode 100644 index 8423851..0000000 --- a/src/pages/[locale]/staticPaths.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type Locale from '../../types/Locale'; - -// Defines what values to insert into the [locale] URL path parameter -// when generating a static site -const staticPaths: { params: { locale: Locale } }[] = [ - { params: { locale: 'sco' } }, - { params: { locale: 'en-GB' } }, -] - -export default staticPaths;
\ No newline at end of file |
